home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-546.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  78 lines

  1. # This script was automatically generated from the dsa-546
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Chris Evans discovered several problems in gdk-pixbuf, the GdkPixBuf
  12. library used in Gtk.  It is possible for an attacker to execute
  13. arbitrary code on the victims machine.  Gdk-pixbuf for Gtk+1.2 is an
  14. external package.  For Gtk+2.0 it\'s part of the main gtk package.
  15. The Common Vulnerabilities and Exposures Project identifies the
  16. following vulnerabilities:
  17.     Denial of service in bmp loader.
  18.     Heap-based overflow in pixbuf_create_from_xpm.
  19.     Integer overflow in the ico loader.
  20. For the stable distribution (woody) these problems have been fixed in
  21. version 0.17.0-2woody2.
  22. For the unstable distribution (sid) these problems have been fixed in
  23. version 0.22.0-7.
  24. We recommend that you upgrade your gdk-pixbuf packages.
  25.  
  26.  
  27. Solution : http://www.debian.org/security/2004/dsa-546
  28. Risk factor : High';
  29.  
  30. if (description) {
  31.  script_id(15383);
  32.  script_version("$Revision: 1.4 $");
  33.  script_xref(name: "DSA", value: "546");
  34.  script_cve_id("CAN-2004-0753", "CAN-2004-0782", "CAN-2004-0788");
  35.  script_xref(name: "CERT", value: "577654");
  36.  script_xref(name: "CERT", value: "729894");
  37.  script_xref(name: "CERT", value: "825374");
  38.  
  39.  script_description(english: desc);
  40.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  41.  script_name(english: "[DSA546] DSA-546-1 gdk-pixbuf");
  42.  script_category(ACT_GATHER_INFO);
  43.  script_family(english: "Debian Local Security Checks");
  44.  script_dependencies("ssh_get_info.nasl");
  45.  script_require_keys("Host/Debian/dpkg-l");
  46.  script_summary(english: "DSA-546-1 gdk-pixbuf");
  47.  exit(0);
  48. }
  49.  
  50. include("debian_package.inc");
  51.  
  52. w = 0;
  53. if (deb_check(prefix: 'libgdk-pixbuf-dev', release: '3.0', reference: '0.17.0-2woody2')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgdk-pixbuf-dev is vulnerable in Debian 3.0.\nUpgrade to libgdk-pixbuf-dev_0.17.0-2woody2\n');
  56. }
  57. if (deb_check(prefix: 'libgdk-pixbuf-gnome-dev', release: '3.0', reference: '0.17.0-2woody2')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgdk-pixbuf-gnome-dev is vulnerable in Debian 3.0.\nUpgrade to libgdk-pixbuf-gnome-dev_0.17.0-2woody2\n');
  60. }
  61. if (deb_check(prefix: 'libgdk-pixbuf-gnome2', release: '3.0', reference: '0.17.0-2woody2')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgdk-pixbuf-gnome2 is vulnerable in Debian 3.0.\nUpgrade to libgdk-pixbuf-gnome2_0.17.0-2woody2\n');
  64. }
  65. if (deb_check(prefix: 'libgdk-pixbuf2', release: '3.0', reference: '0.17.0-2woody2')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgdk-pixbuf2 is vulnerable in Debian 3.0.\nUpgrade to libgdk-pixbuf2_0.17.0-2woody2\n');
  68. }
  69. if (deb_check(prefix: 'gdk-pixbuf', release: '3.2', reference: '0.22.0-7')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gdk-pixbuf is vulnerable in Debian sid.\nUpgrade to gdk-pixbuf_0.22.0-7\n');
  72. }
  73. if (deb_check(prefix: 'gdk-pixbuf', release: '3.0', reference: '0.17.0-2woody2')) {
  74.  w ++;
  75.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gdk-pixbuf is vulnerable in Debian woody.\nUpgrade to gdk-pixbuf_0.17.0-2woody2\n');
  76. }
  77. if (w) { security_hole(port: 0, data: desc); }
  78.